/* banner css */
.headPanel {
	position: relative;
	height: 360px;
	overflow: hidden;
}

@media screen and (min-width: 1920px) {
	.headPanel video {
		width: 100%;
		height: auto !important;
	}
}

.headPanel video {
	position: absolute;
	min-width: 1400px;
	width: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.banner-box {
	position: absolute;
	top: 0;
	width: 100%;
}

.banner-box .banner-cent {
	width: 1200px;
	height: 360px;
	margin: 0 auto;
	box-sizing: border-box;
}

.banner-box .banner-cent .banner-title {
	font-size: 40px;
	font-weight: 700;
	color: #434343;
	padding-top: 74px;
	margin-bottom: 20px;
}

.banner-box .banner-cent .banner-c {
	font-size: 13px;
	font-weight: 400;
	color: #242424;
	line-height: 34px;
}

.banner-box .banner-cent .btnList {
	display: flex;
	margin-top: 35px;
}

.banner-btn {
	width: 130px;
	height: 40px;
	background: linear-gradient(90deg, #282b31, #565861);
	border-radius: 4px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	margin-right: 20px;
	line-height: 40px;
}

.banner-btn2 {
	border: 1px solid #3d6cfc;
	color: #3d6cfc;
	background: transparent;
	box-sizing: border-box;

}

.banner-btn:hover {
	background: linear-gradient(90deg, #919397, #7e818d);
	color: #fff;
}

.banner-btn2:hover {
	background: linear-gradient(90deg, #3d6cfc, #669aff);
	color: #fff;
}

/* advertisement css */
.advertisement {
	width: 100%;

}

.advertisement .advertisement-c {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 80px 0;
}

.advertisement .advertisement-c .advertisement-item {
	display: flex;
	justify-content: space-between;
}

.advertisement .advertisement-c .item-top {
	margin-bottom: 20px;
}

.advertisement .advertisement-c .advertisement-item .item-child {
	width: 180px;
	height: 60px;
	background-color: #B3D8FF;
}

/* glwebsite css */
.glwebsite {
	background-image: url(../image/assistance_bg.png);
	width: 100%;
	height: 614px;
}

.glwebsite .glwebsite-c {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 60px 0;
	height: 100%;
}

.glwebsite .glwebsite-c .glwebsite-title {
	text-align: center;
	color: #434343;
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 15px;
}

.assistant-title {
	font-size: 16px;
	font-weight: 400;
	color: #434343;
	text-align: center;
	margin-bottom: 60px;
}


.glwebsite .glwebsite-c .glwebsite-item {
	display: flex;
	justify-content: space-between;
}

.glwebsite .glwebsite-c .item-top {
	margin-bottom: 50px;
}

.glwebsite .glwebsite-c .glwebsite-item .item-child {
	width: 590px;
	height: 162px;
	background: #fbfcfd;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 0px 30px;
	display: flex;
	justify-content: space-between;
	transition: transform .3s ease-out
}

.glwebsite .glwebsite-c .glwebsite-item .item-child:hover {
	background: #ffffff;
	transform: translateY(-12px);
}

.glwebsite .glwebsite-c .glwebsite-item .item-child .child-l {
	padding-top: 34px;
}

.glwebsite .glwebsite-c .glwebsite-item .item-child .child-l .child-t {
	color: #242424;
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 16px;
}

.glwebsite .glwebsite-c .glwebsite-item .item-child .child-l .child-c {
	width: 350px;
	color: #171A1D;
	font-size: 14px;
	font-weight: 400;
}

.glwebsite .glwebsite-c .glwebsite-item .item-child .child-r img {
	margin-left: 30px;
	width: 158px;
	height: 158px;
	vertical-align: middle;
}

/* user css */
.user {
	background: linear-gradient(180deg, #edeff6, #ffffff 24%, #fafbfc);
	width: 100%;
}

.user-cent {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 60px 0;
}

.user-title {
	font-size: 35px;
	color: #434343;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
}

.user-title span {
	color: #3D6CFC;
}

.user-type {
	display: flex;
	justify-content: space-between;
}

.user-type .type-item {
	width: 386px;
	height: 400px;
	background: #FBFCFD;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 30px 40px;
	transition: transform .3s ease-out;
}

.user-type .type-item:hover {
	background: #ffffff;
	transform: translateY(-12px);
}

.user-img {
	width: 100%;
	margin-bottom: 40px;
}

.user-img img {
	width: 302px;
	height: 110px;
	vertical-align: middle;
}

.user-type-name {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #000000;

}

.type-item-c {
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	line-height: 31px;
	margin-top: 40px;

	opacity: 1;
	transition: margin .3s, opacity .3s;
}

.to-hide {
	opacity: 0 !important;
	margin-top: 0px !important;
}

/* joinBox */
.joinBox {
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	padding-top: 48px;
	background-image: url(../image/home_bg.png);
	background-repeat: round;
}

.joinBox .title {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
	margin-right: 30px;
	line-height: 48px;

}

.joinBox .btnList {
	display: flex;
	margin-top: 20px;
	justify-content: center;
}

.joinBox .btnList .banner-btn {
	width: 136px;
	height: 48px;
	background: linear-gradient(90deg, #282b31, #565861);
	border-radius: 4px;
	font-size: 14px;
	color: #ffffff;
	line-height: 48px;
	font-weight: 400;
}

.joinBox .btnList .banner-btn2 {
	background: #ffffff;
	color: #3d6cfc;
	border: 0;
}

.joinBox .btnList .banner-btn:hover {
	background: linear-gradient(90deg, #505153, #646870);
	color: #fff;
}

.joinBox .btnList .banner-btn2:hover {
	background: linear-gradient(90deg, #3d6cfc, #669aff);
	color: #fff;
}

/* carouselBox */
.carouselBox {
	position: relative;
	width: 100%;
	/* min-width: 1650px; */
	height: auto;
	box-sizing: border-box;
	background: #ffffff;
	margin: 90px 0;
}

.carouselBox .carouselHead {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

.carouselHead .user-title {
	font-size: 35px;
	color: #434343;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
	transition: opacity 0.5s;
}

.carouselHead #carouselAssistant {
	width: 760px;
	height: 56px;
	margin: 0 auto;
	margin-bottom: 95px;
	transition: opacity 0.5s;
}

.carouselBox .carouselHead .arrow-left {
	position: absolute;
	top: 37%;
	left: 0%;
	z-index: 999;
}

.carouselBox .carouselHead .arrow-right {
	position: absolute;
	top: 37%;
	right: 0%;
	z-index: 999;
}

.carouselBox .carouselContent {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	-moz-user-select: none;
	/* Safari 和 欧朋 */
	-webkit-user-select: none;
	/* IE10+ and Edge */
	-ms-user-select: none;
	/* Standard syntax 标准语法(谷歌) */
	user-select: none;

}

.carouselContent .switch-container {
	position: relative;
	width: 100%;

}

.carouselContent .switch-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
	transition: transform 1s;
	transform: translate3d(-1125px, 0px, 0px);
}

.carouselBG {
	position: absolute;
	width: 600px;
	top: 0px;
	height: 340px;
	left: 25%;
	z-index: 1;
	-webkit-user-drag: none;

}

.carouselContent .switch-slide {
	flex-shrink: 0;
	height: 100%;
	position: relative;
	width: 600px;
	transform: translateY(33px) scale(.8);
	transition: transform 1s;
	margin: 0 45px;
}

.carouselContent .switch-slide-active {
	transform: scale(1);
	opacity: 1;
}

.carouselContent .switch-slide-active:after {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('../image/carouseActive.png');
	position: absolute;
}


.carouselContent .switch-slide .img {
	width: 600px;
	height: 340px;

}

.carouselContent .switch-slide img {
	-webkit-user-drag: none;
	user-drag: none;
}

.carouselContent .switch-slide .dataShow1-1 {
	opacity: 0;
	position: absolute;
	right: 0;
	bottom: 80px;
	transition: all 1s;
}

.carouselContent .switch-slide .dataShow2-1 {
	position: absolute;
	opacity: 0;
	bottom: 30px;
	left: 20px;
	transition: all 1s;

}

.carouselContent .switch-slide .dataShow2-2 {
	position: absolute;
	opacity: 0;
	top: 55px;
	right: 20px;
	transition: all 1s;
}


.maskBxo {
	height: 55.5%;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: #edeff6;
}

.maskBxo2 {
	height: 42%;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: #edeff6;
}

/* scene */
.sceneBox {
	width: 100%;
	height: 731px;
	background: linear-gradient(180deg, #edeff6, #ffffff 20%, #fafbfc);
}

.sceneBox-item {
	width: 386px;
	height: 437px;
	background: #f4f6f9;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 30px 40px;
	position: relative;
	transition: transform .3s ease-out;
}


.sceneBox-item:hover {
	transform: translateY(-12px);
	background: #FFFFFF;
}

.sceneBox-img {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.promotionBtn {
	position: absolute;
	width: 116px;
	font-size: 14px;
	line-height: 40px;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	height: 40px;
	background: linear-gradient(90deg, #3d6cfc, #669aff);
	border-radius: 4px;
	cursor: pointer;
	bottom: 20px;
	left: 50%;
	opacity: 0;
	transition: bottom .5s;
	transform: translateX(-50%);
}

.promotionBtn:hover {
	color: #fff;
	background: linear-gradient(90deg, #8daaff, #b4cdff);
}

.promotionBtn_show {
	opacity: 1;
	bottom: 110px;
}

.public-title {
	line-height: 28px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #434343;
}



/* 轮播图 */
.pc-banner {
	position: relative;
	width: 100%;
	min-width: 1650px;
	/* width: 1200px;
	margin: 0 auto; */
}

.arrowBtn {
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.arrow-left {
	position: absolute;
	top: 40%;
	left: 22%;
	z-index: 999;
}

.arrow-right {
	position: absolute;
	top: 40%;
	right: 22%;
	z-index: 999;
}


@media screen and (max-width: 668px) {
	.pc-banner {
		background-size: auto 100%;
	}
}

.swiper-container {
	width: 100%;
	margin: 35px 0;
}

@media screen and (max-width: 668px) {
	.swiper-container {
		margin: 20px 0 15px;
	}
}

.switch-slide {
	position: relative;
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	opacity: .5;
}

@media screen and (max-width: 668px) {
	.switch-slide {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
}

.switch-slide-active,
.switch-slide-duplicate-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media screen and (max-width: 668px) {

	.switch-slide-active,
	.switch-slide-duplicate-active {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
}

.none-effect {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

.switch-slide span {
	padding: 10px;
	cursor: pointer;
	display: block;
	border-radius: 14px;

}

@media screen and (min-width: 668px) {
	.switch-slide span:after {
		position: absolute;
		top: 27px;
		left: 25px;
		display: block;
		box-sizing: border-box;
		background: #ffffff;
		opacity: 0.6;
		content: "";
		width: calc(100% - 55px);
		height: calc(100% - 50px);
		border-radius: 20px;
	}
}

.switch-slide-active span:after {
	background: none;
}

@media screen and (max-width: 668px) {
	.switch-slide span {
		padding: 5px;
		border-radius: 7px;
	}
}

@media screen and (max-width: 1920px) {

	.switch-slide .visitor1,
	.switch-slide .visitor2,
	.switch-slide .originImg {
		transform: scale(.9);
	}

}

.switch-slide .img {
	width: 100%;
	border-radius: 14px;
	display: block;
}

.switch-slide .dataShow3-1 {
	position: absolute;
	top: 25%;
	left: 0%;
	opacity: 0;
	transition: opacity 1s, left 1s;
}

.switch-slide .dataShow3-2 {
	position: absolute;
	bottom: 5%;
	right: 0%;
	transition: opacity 1s, right 1s;
}

.switch-slide .visitor1 {
	position: absolute;
	left: 0%;
	opacity: 0;
	bottom: 25%;
	transition: opacity 1s, left 1s;
}

.switch-slide .visitor2 {
	position: absolute;
	bottom: 1%;
	right: 0%;
	transition: opacity 1s, right 1s;
}

.switch-slide .dataShow5-1 {
	position: absolute;
	top: 0;
	left: -15%;
	opacity: 0;
	transition: opacity 1s, top 1s;
}




@media screen and (max-width: 668px) {
	.switch-slide img {
		border-radius: 7px;
	}
}

.swiper-pagination {
	position: relative;
	margin-bottom: 30px;
}

.swiper-pagination-bullet {
	background: #00a0e9;
	margin-left: 4px;
	margin-right: 4px;
	width: 17px;
	height: 17px;
	opacity: 1;
	margin-bottom: 4px;
}

.swiper-pagination-bullet-active {
	width: 13px;
	height: 13px;
	background: #FFF;
	border: 6px solid #00a0e9;
	margin-bottom: 0;
}

@media screen and (max-width: 668px) {

	.swiper-pagination {
		position: relative;
		margin-bottom: 20px;
	}

	.swiper-pagination-bullet {
		background: #00a0e9;
		margin-left: 2px;
		margin-right: 2px;
		width: 8px;
		height: 8px;
		margin-bottom: 2px;
	}

	.swiper-pagination-bullet-active {
		width: 6px;
		height: 6px;
		background: #FFF;
		border: 3px solid #00a0e9;
		margin-bottom: 0;
	}
}



@media screen and (max-width: 668px) {
	.button {
		width: 70%;
		bottom: 22px;
	}
}




@media screen and (max-width: 668px) {
	.button div {
		width: 28px;
		height: 28px;
	}
}


/*多工具服务开始*/

.multiToolServices{
	font-family: PingFang SC, PingFang SC-Bold;
	box-sizing: border-box;
	width: 100%;
	background: #edeff6;
	padding: 80px 0;
}

.multiToolServices .title-box{
	box-sizing: border-box;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
}
.multiToolServices .title-box .title{
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	line-height: 57px;
}
.multiToolServices .title-box .content-text{
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #434343;
	line-height: 24px;
}
.multiToolServices .multiToolServices-content-box {
	box-sizing: border-box;
	margin: 0 auto;
	margin-top: 60px;
	padding: 100px 40px;
	max-width: 1200px;
	background: linear-gradient(180deg,#fcfdfe, #eef0f7 91%, #f5f7fb);
	border-radius: 10px;
}
.multiToolServices .multiToolServices-content-box .item{
	display: flex;
	margin-top: 250px;
}
.multiToolServices .multiToolServices-content-box .item:nth-child(1){
	margin-top: 0px;
}
.multiToolServices .multiToolServices-content-box .title{
	font-size: 20px;
	font-weight: 800;
	text-align: left;
	color: #242424;
	line-height: 31px;
}

.multiToolServices .multiToolServices-content-box .content-text{
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #646464;
	line-height: 30px;
}

.multiToolServices .multiToolServices-content-box .item>img{
	width: 710px;
	height: 300px;
	flex: 1;
}
.multiToolServices .item .item-content-box{
	padding-top: 30px;
}

.multiToolServices .multiToolServices-content-box .item .butt-box{
	margin-top: 20px;
}

.multiToolServices .multiToolServices-content-box .item .butt-box a{
	width: 162px;
	height: 40px;
	display: inline-block;
	border-radius: 20px;
	margin-right: 10px;
	text-align: center;
	line-height: 40px;
	box-sizing: border-box;
}
.multiToolServices .butt{
	color: #FFFFFF;
	padding: 5px 25px;
	border-radius: 21px;
}



.multiToolServices  .butt img{
	display: none;
	margin-left: 5px;
}
.multiToolServices  .butt:hover img{
	display: inline-block;
}

.multiToolServices .forum .item-content-box{
	margin-right: 20px;
}

.multiToolServices .forum  .butt{
	border: 1px solid #51b726;
	margin-left: 10px;
	color: #2F9D00;
}
.multiToolServices .forum .butt:hover{
	background: linear-gradient(90deg,#2f9d00, #6bca43);
	box-shadow: 0px 0px 30px 0px rgba(96,255,14,0.20);
}

.multiToolServices .websiteHealthCheck .item-content-box{
	margin-left: 20px;
}

.multiToolServices .websiteHealthCheck .butt{
	border: 1px solid #1f8dff;
	color: #1f8dff;
}
.multiToolServices .websiteHealthCheck  .butt:hover{
	background: linear-gradient(90deg,#0281ff, #91c1ff);
	box-shadow: 0px 0px 30px 0px rgba(0,116,255,0.20);
}

.multiToolServices .realTime .item-content-box{
	margin-right: 20px;
}

.multiToolServices .realTime  .butt{
	border: 1px solid #3d6cfc;
	color: #3d6cfc;
}
.multiToolServices .realTime .butt:hover{
	background: linear-gradient(90deg,#3d6cfc, #669aff);
	box-shadow: 0px 0px 30px 0px rgba(61,108,252,0.20);
}

.multiToolServices .butt:hover{
	color: #FFFFFF;
}

.multiToolServices .content-text-ellipsis{
	margin-bottom: 40px;
}

/*多工具服务结束*/
